object formDelayBeforeStart: TformDelayBeforeStart Left = 791 Top = 356 BorderStyle = bsSingle Caption = 'Waiting to start...' ClientHeight = 184 ClientWidth = 300 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] OldCreateOrder = False PopupMode = pmAuto Position = poScreenCenter OnCreate = FormCreate OnDestroy = FormDestroy PixelsPerInch = 96 TextHeight = 13 object img: TImage Left = 0 Top = 0 Width = 300 Height = 83 Align = alTop Picture.Data = {} Stretch = True end object labelInformation: TLabel Left = 8 Top = 104 Width = 289 Height = 41 AutoSize = False Caption = 'You have set Spybot-S&&D to wait a short time before starting th' + 'e check. Please wait or choose an action...' WordWrap = True end object pgWait: TProgressBar Left = 0 Top = 83 Width = 300 Height = 16 Align = alTop Max = 600 Step = 1 TabOrder = 1 end object buttonAbort: TBitBtn Left = 40 Top = 152 Width = 102 Height = 25 Caption = '&Abort' TabOrder = 2 Kind = bkCancel end object buttonOK: TBitBtn Left = 158 Top = 152 Width = 107 Height = 25 Caption = '&Continue now' TabOrder = 0 Kind = bkOK end object timerEndWait: TTimer Enabled = False Interval = 500 OnTimer = timerEndWaitTimer Left = 8 Top = 144 end end